bitkeeper revision 1.1071.1.8 (40f54b05-CAEtk1-dmM8jup2OTvRpg)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 14 Jul 2004 15:02:29 +0000 (15:02 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 14 Jul 2004 15:02:29 +0000 (15:02 +0000)
trivial

tools/examples/init.d/xend

index b0cbe96612f90020f06279852cfc42b8a5708430..edafc5b53ccc1378d125e5b8494a6e13961ccc30 100755 (executable)
@@ -7,7 +7,7 @@
 # chkconfig: 2345 99 00
 # description: Starts and stops the Xen control daemon.
 
-. /etc/init.d/functions || . /etc/init.d/functions.sh
+[ -f /etc/init.d/functions ] && . /etc/init.d/functions || . /etc/init.d/functions.sh
 
 case "$1" in
   start)